-
Notifications
You must be signed in to change notification settings - Fork 3
Summer 2025 updates #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Summer 2025 updates #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 3020e92 in 1 minute and 0 seconds. Click for details.
- Reviewed
436lines of code in4files - Skipped
0files when reviewing. - Skipped posting
4draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. lib/generators/draft/resource/resource_generator.rb:35
- Draft comment:
Using 'singular_table_name_templates' instead of the conventional plural folder name; confirm this naming is intentional. - Reason this comment was not posted:
Confidence changes required:50%<= threshold50%None
2. lib/generators/draft/resource/templates/controllers/controller.rb:41
- Draft comment:
Typo: '@plural_table_name' is used in the redirect path; it should be 'plural_table_name'. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
3. lib/generators/draft/resource/templates/views/index.html.erb:7
- Draft comment:
Refactored index view uses semantic HTML (article, header, ul); ensure the new list layout meets UI and accessibility needs. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
4. lib/generators/draft/resource/templates/views/show.html.erb:77
- Draft comment:
Show view markup now uses semantic elements; verify that conditional sentinel comments still work as expected. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_XCVvLSl2hH8jMfPj
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed 2a2fdb2 in 36 seconds. Click for details.
- Reviewed
20lines of code in2files - Skipped
0files when reviewing. - Skipped posting
2draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. VERSION:1
- Draft comment:
Version bumped to 0.0.5. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. draft_generators.gemspec:9
- Draft comment:
s.version updated to 0.0.5. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_6GeUhqoYsG5A0vMG
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed a41019a in 32 seconds. Click for details.
- Reviewed
48lines of code in2files - Skipped
0files when reviewing. - Skipped posting
3draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. lib/generators/draft/resource/resource_generator.rb:74
- Draft comment:
Removed extraneous whitespace in route definitions for better consistency. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is purely informative, as it only states that whitespace was removed for consistency. It doesn't provide any actionable feedback or suggestions for improvement.
2. lib/generators/draft/resource/templates/controllers/controller.rb:65
- Draft comment:
Adjusted spacing inside hash literal for redirect_to in update action for consistency. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is purely informative, as it only mentions an adjustment for consistency without suggesting any action or asking for confirmation. It doesn't provide any actionable feedback or raise any concerns about the code.
3. lib/generators/draft/resource/templates/controllers/controller.rb:87
- Draft comment:
Consistent formatting: added a space inside the hash literal in the destroy action redirect_to. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is purely informative and does not provide any actionable feedback or suggestions. It simply states that a space was added for consistent formatting, which does not require any action from the PR author.
Workflow ID: wflow_ucpo2uCvmvOeJ0ti
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Resolves #124
Important
Update view directory structure to use singular table names with '_templates' suffix, increment version to 0.0.5, and simplify HTML in views.
app/views/<plural_table_name>toapp/views/<singular_table_name>_templatesinresource_generator.rbandcontroller.rb.controller.rbto reflect new directory structure.0.0.4to0.0.5inVERSIONanddraft_generators.gemspec.index.html.erbandshow.html.erbby removing unnecessary<div>elements and using<article>and<header>tags.This description was created by
for a41019a. You can customize this summary. It will automatically update as commits are pushed.